text/tabwriter.Writer.pos (field)

5 uses

	text/tabwriter (current package)
		tabwriter.go#L102: 	pos     int      // buffer position up to which cell.width of incomplete cell has been computed
		tabwriter.go#L139: 	b.pos = 0
		tabwriter.go#L420: 	b.cell.width += utf8.RuneCount(b.buf[b.pos:])
		tabwriter.go#L421: 	b.pos = len(b.buf)
		tabwriter.go#L461: 	b.pos = len(b.buf)